Skip to content

Conversation

@eranl
Copy link
Contributor

@eranl eranl commented Oct 27, 2025

It appears that with the Compose upgrade from compose-bom:2025.05.00 to compose-bom:2025.08.00, TextInputDialog lost its focus-on-launch behavior. As a result, the layout editor takes most of the screen height on launch, and when the keyboard opens, it shrinks, potentially hiding the cursor, since Compose doesn't automatically keep the cursor in view on resize.

This PR fixes the focus on launch behavior. You can still get the hiding cursor issue if you hide and re-show the keyboard. Fixing that requires a much more involved change.

Fixes #2039.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tapping in any place of a layout code text field makes the whole thing jump to the top

1 participant